International Components for Unicode

International Components for Unicode
Developer(s) IBM and many other companies.
Stable release 4.8 / May 25, 2011; 8 months ago (2011-05-25)
Written in C/C++ and Java
Operating system Cross-platform
Type libraries for Unicode and internationalization
License MIT License
Website http://www.icu-project.org/

International Components for Unicode (ICU) is an open source project of mature C/C++ and Java libraries for Unicode support, software internationalization and software globalization. ICU is widely portable to many operating systems and environments. It gives applications the same results on all platforms and between C, C++ and Java software. The ICU project is an open source development project that is sponsored, supported and used by IBM and many other companies.[1]

Some of the services that it provides are the following.

ICU provides more extensive internationalization facilities than the standard libraries for C and C++.

Contents

Origin and Development

ICU is descended from C++ frameworks produced by Taligent in the mid 1990s. Soon after Taligent became part of IBM in early 1996, Sun Microsystems decided that Java, then in its infancy, "was missing international support. Taligent had great international technology, talented engineers, and a location about 100 meters from Sun's JavaSoft division in Cupertino, California. IBM arranged for Taligent's Text and International group to contribute international classes to Sun's Java Development Kit."[2] Some of the code for text processing, date formatting, etc., was rewritten in Java and became the JDK 1.1 internationalization APIs. A large portion of this code still exists in the java.text and java.util packages. Further internationalization features were added with each later release of Java.

IBM programmers then rewrote the Java internationalization classes in C++ and later ported some classes to C functions. The C++/C version of ICU is known as ICU4C. The ICU project also provides ICU4J ("ICU for Java"), which adds features not present in the standard Java libraries. ICU4C and ICU4J are kept as similar as possible, though not identical. For example, ICU4C includes a Regular Expression API. Both frameworks have been enhanced over time to support new facilities and new features of Unicode and CLDR. ICU was released as an open source project in 1999 under the name "IBM Classes for Unicode." It was later renamed to "International Components For Unicode."

See also

References

  1. ^ ICU homepage - What is ICU?
  2. ^ Laura Werner (1999). "Getting Java ready for the world: A brief history of IBM and Sun's internationalization efforts". http://www.icu-project.org/docs/papers/history_of_java_internationalization.html. 

External links